RepeatTime Constructor (Int32, Int32, Int32) |
Initializes a new instance of the RepeatTime class with the specified repeat interval, duration and offset.
Namespace:
Independentsoft.Sip.Sdp
Assembly:
Independentsoft.Sip (in Independentsoft.Sip.dll) Version: 1.0.700.17927
Syntaxpublic RepeatTime(
int repeatInterval,
int duration,
int offset
)
Public Sub New (
repeatInterval As Integer,
duration As Integer,
offset As Integer
)
Parameters
- repeatInterval
- Type: SystemInt32
- duration
- Type: SystemInt32
- offset
- Type: SystemInt32
See Also